home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / s / startup-sequence < prev    next >
Text File  |  1995-03-28  |  711b  |  30 lines

  1. cdpd2:1.3/c/assign c: cdpd2:1.3/c
  2. failat 21            ; The Globals
  3. c:makedir ram:t
  4. c:assign t: ram:t
  5.  
  6. assign JAMDISK1: CDPD2:JAM/JAMDISK1
  7. assign JAMDISK2: CDPD2:JAM/JAMDISK2
  8. assign JAMDISK3: CDPD2:JAM/JAMDISK3
  9. assign JAMDISK4: CDPD2:JAM/JAMDISK4
  10. assign JAMDISK5: CDPD2:JAM/JAMDISK5
  11. assign JAMDISK6: CDPD2:JAM/JAMDISK6
  12. assign JAMDISK7: CDPD2:JAM/JAMDISK7
  13. assign JAMDISK8: CDPD2:JAM/JAMDISK8
  14. assign JAMDISK9: CDPD2:JAM/JAMDISK9
  15. assign JAMDISK10: CDPD2:JAM/JAMDISK10
  16.  
  17. c:version >NIL: graphics.library 37
  18. if warn
  19.     failat 11
  20.     c:execute cdpd2:s/startup-sequence1.3
  21. else
  22.     c:version >NIL: graphics.library 38
  23.     if warn
  24.         c:execute cdpd2:s/startup-sequence2.1
  25.     else
  26.         c:execute cdpd2:s/startup-sequence3.0        
  27.     endif
  28. endif
  29.  
  30.